home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
FCHEK284.ZIP
/
test
/
dectab.f
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-06
|
109 b
|
13 lines
subroutine abc
common a,b
1 ,c
a = 1
b = a
2 / c
if(a .ge.b)a=1
3 +2
c = 2/3
print*,a,b,c
end